home *** CD-ROM | disk | FTP | other *** search
- Absolute;
-
- Sets the point-designation method to absolute.
-
- Relative;
-
- Sets the point-designation method to relative.
-
- AngleVar;
-
- Must be called before using variable angles.
-
- DoubLines(Distance : REAL);
-
- Sets the distance between double lines.
-
- DrwSize(Rows, Columns : INTEGER);
-
- Sets the overall drawing sheet area of a MiniCad+ file
-
- GridLines(Distance : REAL);
-
- Sets the distance between the gridlines on the screen.
-
- PenGrid(Distance : REAL);
-
- Sets the smallest mouse increment.
-
- Redraw;
-
- Redraws screen.
-
- SetOrigin(X, Y : REAL);
-
- Moves the origin to the point (X, Y).
-
- SetScale(ActualSize : REAL);
-
- Sets the scale of the objects.
- 2 = 1/2 scale
- 4 = 1/4 scale
-
- Snap(Grid, Object, Locus : BOOLEAN);
-
- Activates the snap options :
- TRUE = on
- FALSE = off
-
- SetUnits(Fraction, DisplayAccuracy : LONGINT; Format : INTEGER; UnitsPerInch : REAL; UnitMark, SqrUnitMark : STRING);
-
- Sets customized units.
-
- Units(StandardUnit : INTEGER; DisplayAccuracy : LONGINT);
-
- Sets one of the standard units.
-
- SetTool(theTool : INTEGER);
-
- Sets the current tool from the palette.
-
- SetConstrain(s : STRING);
-
- Sets the current constrain mode.
-
- SetActSymbol (s : STRING);
-
- Sets symbol s to be active.
-
-